KeyBindingSigner

interface KeyBindingSigner : JWSSigner(source)

Deprecated

It will be removed from a future release

Representation of a function used to sign the Keybinding JWT of a Presentation SD-JWT.

Properties

Link copied to clipboard
abstract val publicKey: AsymmetricJWK
Link copied to clipboard
abstract val signAlgorithm: JWSAlgorithm

Functions

Link copied to clipboard
abstract fun getJCAContext(): JCAContext
Link copied to clipboard
abstract fun sign(p0: JWSHeader, p1: ByteArray): Base64URL
Link copied to clipboard
open override fun supportedJWSAlgorithms(): MutableSet<JWSAlgorithm>